Trait isotope_parser::prettyprint::DocPtr[]

pub trait DocPtr<'a, A>: Deref<Target = Doc<'a, Self, A>> where
    A: 'a, 
{ type ColumnFn: 'a + Deref + Clone; type WidthFn: 'a + Deref + Clone; }

Associated Types

Implementors